home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / demo / wit472.zip / DEMO / LOOP.HLP / LOOP.bin
Text File  |  1994-11-25  |  825b  |  19 lines

  1. IGRAPH
  2.  
  3. if-demo --- demostrate an endless skeletonization demo
  4.  
  5.  
  6. DESCRIPTION
  7.  
  8. The if-demo igraph shows how the if operator may be used to
  9. produce a skeletonization of a greyscale image. The memory operator
  10. is used to recall the original image to restart the igraph causing
  11. an infinite demo loop which can only be stopped using the Run menu.
  12. The skeleton operator receives a binary image and outputs a new
  13. binary image where binary regions are reduced by a single pixel around
  14. there boundaries. The lower output on the skeleton operator tells
  15. us how many pixels were removed. Until this value is zero, the skeleton
  16. operator must be called again to converge upon medial axes of the
  17. original binary regions. The if operator is used to check the pixelsRemoved
  18. output to determine the flow of control.
  19.